Posts tagged with "software quality"

1 post found

Find and Bury Dead Code

7 min read

Dead code has no reason to be in a project. Dead code wastes a developer’s time and energy. Going from this it makes sense to remove the dead code and put it rest with a delete keystroke. The main problem is how to identify dead code in a living project?